ia64: Fix build after buf_ioreq struct change.
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 6 Dec 2007 17:10:26 +0000 (17:10 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 6 Dec 2007 17:10:26 +0000 (17:10 +0000)
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
xen/arch/ia64/vmx/mmio.c

index bbdad1bdf55fd5c3f37f2241adb1b9b06236a5cc..c496d3fe64624449e4ce9385ff6410844a982579 100644 (file)
@@ -82,7 +82,6 @@ static int hvm_buffered_io_intercept(ioreq_t *p)
 
     bp.type = p->type;
     bp.dir = p->dir;
-    bp.df = p->df;
     switch (p->size) {
     case 1:
         bp.size = 0;